home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 730 b | 25 lines |
- #!smake
-
- include ${ROOT}/usr/include/make/commondefs
-
- TARGETS = demobook
-
- LCOPTS = -cckr
- CVERSION=
- LLDLIBS = -laudio -limage -lXirisw -lXm -lXt -lgl -lX11 -lm -lmld -lPW
-
- CFILES = MainWindow.c AddDemo.c BookFile.c CreateGroup.c DupIcons.c Index.c \
- Message.c Question.c Quit.c Working.c UxXt.c bookdraw.c bookmove.c \
- busycursor.c coloredit.c colorview.c file.c file_ascii.c groups.c \
- icons.c index.c interf.c interfmotif.c shelves.c text3d.c texture.c
- HFILES = bookglo.h exbookglo.h exglobals.h exinterf.h globals.h \
- interf.h screenfont.h bookgfx.h exinterfmotif.h \
- bookmove.h shelves.h interfmotif.h UxXt.h
-
- default: $(TARGETS)
-
- include ${COMMONRULES}
-
- $(TARGETS): $(OBJECTS)
- $(CCF) -o $@ $(OBJECTS) $(LDFLAGS)
-